Skip to content

Fix deno lint errors causing CI failure#2

Merged
daesdev merged 3 commits intomainfrom
copilot/update-coding-session-logs
Apr 5, 2026
Merged

Fix deno lint errors causing CI failure#2
daesdev merged 3 commits intomainfrom
copilot/update-coding-session-logs

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 5, 2026

CI was failing due to 8 deno lint errors across 6 files. Fixes all of them.

Changes

  • routes/_404.tsx — rename unused destructured message param to _props (no-unused-vars)
  • islands/ButtonPrint.tsxwindow.print()globalThis.print() (no-window)
  • islands/DarkMode.tsxwindow.matchMedia(...)globalThis.matchMedia(...); add type="button" to toggle button (no-window, jsx-button-has-type)
  • components/Footer.tsx, routes/index.tsx, routes/[lang]/index.tsx — add deno-lint-ignore react-no-danger before each dangerouslySetInnerHTML usage; HTML originates from static translation JSON, not user input (react-no-danger)

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • dl.deno.land
    • Triggering command: /usr/bin/curl curl -s REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI and others added 2 commits April 5, 2026 06:34
Copilot AI changed the title [WIP] Update coding session logs for better tracking Fix deno lint errors causing CI failure Apr 5, 2026
Copilot AI requested a review from daesdev April 5, 2026 06:35
@daesdev daesdev marked this pull request as ready for review April 5, 2026 06:41
@daesdev daesdev merged commit 39db790 into main Apr 5, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants